home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tech Arsenal 1
/
Tech Arsenal (Arsenal Computer).ISO
/
tek-06
/
btfl144.zip
/
BTREBLD.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-04-08
|
335b
|
16 lines
echo off
if '%1' == '' goto NO_PARMS
goto OK
:NO_PARMS
echo USAGE: BTREBLD damaged_file
goto END
:OK
rem
rem 'T' to choose Test/Rebuild on opening menu, 'R' for Rebuild
rem %1 the Btrieve file, '!' for ENTER (twice), and '###' for ESCapes
rem
echo TR%1!!#### >btrebld.txt
btfiler /k:btrebld.txt
del btrebld.txt
:END